html,
body {
    min-width: 58.33333rem;
    min-height: 100%;
    position: relative;
}


/* 头部 */

.panel-head {
    background-color: #fff;
}

.panel-head .top-1 {
    background: #000;
}

.panel-head .top-1>div {
    min-height: 4.91666rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
}

.panel-head .top-1>div .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.panel-head .top-1>div span {
    padding: 0.5rem;
    font-size: 1.333333rem;
    position: relative;
}

.panel-head .panel-official-account {
    cursor: pointer;
}

.panel-head .panel-official-account .official-account {
    position: absolute;
    bottom: calc(-100% - 5.5rem);
    left: 50%;
    transform: translate(-50%, 0);
    width: 8rem;
    max-width: 8rem;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 0.5rem 0 #666;
    display: none;
}

.panel-head .panel-official-account:hover .official-account {
    display: block;
}

.panel-head .top-1>div .tel {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 1.75916rem;
    animation: size 1s ease infinite;
}

.panel-head .top-1>div .tel img {
    width: 2rem;
    display: inline-block;
    padding: 0 0.41666rem;
}

@-webkit-keyframes size {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
}

.panel-head .top-2>div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-head .top-2 .nav {
    width: 90%;
    margin: auto;
    min-height: 5.3125rem;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-grow: 1;
    flex-wrap: wrap;
}

.panel-head .top-2 .nav a {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

.panel-head .top-2 .nav li:hover::before,
.panel-head .top-2 .nav .active::before {
    content: '';
    width: 100%;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #103675;
}

.panel-head .top-2 .nav .active {
    color: #103675;
}

.panel-head .top-2 .search {
    display: flex;
    justify-content: center;
    align-items: stretch;
    position: relative;
}

.panel-head .top-2 .noval::before {
    content: '不能为空';
    position: absolute;
    right: 3.75rem;
    top: 0;
    line-height: 2.5rem;
    color: #ce2222;
    opacity: 0.8;
    padding-right: 1rem;
}

.panel-head .top-2 .search input {
    width: 16rem;
    height: 2.5rem;
    border-radius: 1.33333rem 0 0 1.33333rem;
    border: 0.08333rem solid #103675;
    padding: 0 0.5rem;
}

@media screen and (max-width:1030px) {
    .panel-head .top-2 .search input {
        width: 12rem;
    }
}

.panel-head .top-2 .search button {
    width: 3.75rem;
    background: #103675 url(../img/icon-search.png) center no-repeat;
    background-size: 1.5rem auto;
    border: 0;
    display: inline-block;
    border-radius: 0 1.33333rem 1.33333rem 0;
    cursor: pointer;
}


/* 首页 */


/* banner */

.panel-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.panel-banner .hide {
    opacity: 0;
}

.panel-banner .swiper-button-next,
.panel-banner .swiper-button-prev {
    transition: opacity 0.5s;
}

.icon-bullet {
    width: 1.25rem;
    height: 0.83333rem;
    background: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    width: 2.5rem;
    background: #0183ff;
}


/* 定制流程 */

.bg-process {
    background: url('../img/bg-process.jpg') no-repeat center;
    background-size: cover;
}

.panel-process {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10rem;
    padding: 1.58333rem 3rem;
}

.panel-process>div {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

.panel-process>div p {
    font-size: 1.12833rem;
    font-weight: normal;
    color: #666;
    padding-top: 0.33333rem;
    font-weight: normal;
}

.panel-process>img {
    height: 6rem;
    padding: 0 2.25rem;
    display: block;
}

.panel-process ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.panel-process ul>img {
    height: 1.58333rem;
    display: block;
}

.panel-process ul>span {
    font-size: 3rem;
    color: #6c6c6c;
}

.panel-process ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.panel-process ul li img {
    height: 1.91666rem;
    display: block;
    padding-bottom: 0.41666rem;
}

.panel-process ul li p {
    font-size: 1.33333rem;
    color: #666;
    font-weight: normal;
}


/* 报价 */

.panel-offer {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0;
}

.panel-offer .offer-left {
    width: 25.45454%;
    border: 1px solid #d7d7d7;
    border-radius: 1.66666rem;
    background-color: #f8f8f8;
    padding-bottom: 2.25rem;
    overflow: hidden;
}

.panel-offer .offer-left .top {
    /* line-height: 2.16666rem; */
    min-height: 9rem;
    background: url('../img/bg-offer-left.png') center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0.58333rem;
}

.panel-offer .offer-left .offer-list {
    position: relative;
    height: 17.75rem;
    overflow: hidden;
}

@media screen and (max-width:1030px) {
    .panel-offer .offer-left .offer-list {
        height: 70%;
    }
}

.panel-offer .offer-left .offer-list ul {
    width: 100%;
    position: absolute;
    left: 0;
}

.panel-offer .offer-left ul li {
    min-height: 3.5rem;
    border-bottom: 1px dashed #d3d3d3;
    margin: 0 0.83333rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.panel-offer .offer-right {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    background: #ffe2e2;
    border-radius: 1.33333rem;
    overflow: hidden;
    margin-left: 1.57024%;
    padding: 1.33333rem;
}

.panel-offer .offer-right .left {
    min-width: calc(26.50056% - 1.66666rem *2);
    background: #fff;
    padding: 2.5rem 1.66666rem;
}

.panel-offer .offer-right .title {
    font-size: 1.5rem;
}

.panel-offer .offer-right .title span {
    color: #ba0000;
    font-weight: bold;
}

.panel-offer .offer-right .left .total {
    font-size: 3.33333rem;
    color: #ba0000;
    font-weight: bold;
    margin: 0 -0.83333rem;
    padding-top: 0.83333rem;
    padding-bottom: 1.25rem;
}

.panel-offer .offer-right .left .total span {
    font-size: 2.5rem;
}

.panel-offer .offer-right .left div {
    font-size: 1.66666rem;
    padding: 0.41666rem 0;
}

.panel-offer .offer-right .right {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
    margin-left: 1.33333rem;
    padding: 2.5rem 1.66666rem;
}

.panel-offer .offer-right .right .form {
    display: flex;
    justify-content: space-between;
    padding-top: 3.66666rem;
    padding-bottom: 3rem;
}

.form-input-has {
    width: calc(39.27392% - 4.08333rem);
    height: 3.33333rem;
    padding-left: 4.91666rem;
    padding-right: 0.83333rem;
    border: 2px solid #ba0000;
    border-radius: 0.5rem;
    font-size: 1.33333rem;
}

.form-input-has.user {
    background: url(../img/icon-user.jpg) no-repeat left center, #fff;
    background-size: 4.08333rem auto;
}

.form-input-has.tel {
    background: url(../img/icon-tel.jpg) no-repeat left center, #fff;
    background-size: 4.08333rem auto;
}

.panel-offer .offer-right .right select {
    width: 30%;
    height: 3.33333rem;
    border: 2px solid #ba0000;
    border-radius: 0.5rem;
    font-size: 1.33333rem;
    background: url("../img/bg-select.jpg") no-repeat scroll right center transparent;
    background-size: 2rem auto;
    padding-right: 2rem;
    padding-left: 0.5rem;
}

.panel-offer .offer-right .right .form-input {
    width: 100%;
    height: 3.33333rem;
    padding-left: 0.83333rem;
    padding-right: 3.66666rem;
    border: 2px solid #ba0000;
    border-radius: 0.5rem;
    font-size: 1.33333rem;
}

.panel-offer .offer-right .right .square::before {
    content: 'm²';
    position: absolute;
    top: 50%;
    right: 0.83333rem;
    transform: translate(0, -50%);
    font-size: 1.33333rem;
}

.submit-btn {
    width: 17.416666rem;
    line-height: 3.333333rem;
    border-radius: 3.333333rem;
    border: 0;
    background-image: linear-gradient(#ce2222, #b50011);
    color: #fff;
    font-size: 1.5rem;
    margin-top: 2.91666rem;
    animation: scale 1s ease infinite;
    cursor: pointer;
}

@-webkit-keyframes scale {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
    }
}

.panel-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    z-index: 9999;
    display: none;
}

.panel-popup .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24.6875%;
    padding-top: 3.22916%;
}

.panel-popup .popup img {
    width: 100%;
    display: block;
    margin: auto;
}

.panel-popup .popup .btn-close {
    width: 13%;
    height: 13%;
    position: absolute;
    top: -6.5%;
    right: -6.5%;
    background: url('../img/popup-close.png') center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}


/* 分类 */

.panel-category {
    width: 82.91666%;
    margin: 5.16666rem auto 0;
}

.category-img,
.category-txt {
    width: 100%;
    overflow: hidden;
    position: relative
}

.category-txt {
    padding-top: 1.666666rem;
    margin-top: -1.66666rem;
}

.category-txt .swiper-wrapper {
    align-items: stretch;
    height: auto;
}

.category-txt .swiper-slide {
    height: auto;
    background: #eee;
    border-right: 1px solid #c9c9c9;
}

.category-txt .swiper-slide:last-child {
    border-right: 0
}

.category-txt .swiper-slide-thumb-active {
    background: #e4e4e4;
    position: relative;
}

.category-txt .swiper-slide-thumb-active::before {
    content: '';
    position: absolute;
    top: -1.66666rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-width: 0 1rem 1.66666rem;
    border-style: solid;
    border-color: transparent transparent #e4e4e4;
}

.category-txt .swiper-slide p {
    font-size: 2.16666rem;
    padding: 2rem;
    padding-bottom: 1rem;
    font-weight: bold;
}

.category-txt .swiper-slide p span {
    padding: 2px;
}

.category-txt .swiper-slide div {
    font-size: 1.5rem;
    padding: 2rem;
    padding-top: 0;
    color: #666;
}

.category-txt .swiper-slide div span {
    padding: 0 0.2rem;
}

.category-txt .swiper-slide div a:hover {
    text-decoration: underline;
}

.category-txt .swiper-slide div span:hover {
    color: #123456;
    cursor: pointer;
}


/* 新品推介 */

.panel-new {
    position: relative;
    margin-bottom: 3%;
}

.panel-new::before {
    content: '';
    width: 100%;
    height: calc(100% - 3.333333rem);
    background: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: -9%;
}

.panel-title {
    text-align: center;
    font-size: 3.33333rem;
    color: #103675;
    padding-top: 5rem;
    padding-bottom: 2rem;
    font-weight: bold;
}

.panel-title span {
    font-size: 2.44416rem;
    color: #9c9c9c;
    font-weight: normal;
}

.new-products {
    width: 100%;
    overflow: hidden;
    position: relative
}

.new-products .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.new-products .swiper-slide .left {
    width: 70%;
    height: fit-content;
    position: relative;
}

.new-products .swiper-slide .left>img {
    width: 100%;
}

.new-products .swiper-slide .left .content {
    min-width: calc(60% - 25.7456%);
    height: 12rem;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 12.8728%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.new-products .swiper-slide .left .content p {
    font-size: 1.5rem;
}

.new-products .swiper-slide .left .content div {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 0.5rem;
}

.new-products .swiper-slide .left .content img {
    position: absolute;
    top: calc(50% - 1.83333rem -0.5rem);
    right: 2rem;
    transform: translate(0, -50%);
    width: 3rem;
    padding: 1.83333rem 1.25rem;
    background: #123456;
    animation: arrow 1s ease infinite;
}

.new-products .swiper-slide .right {
    padding: 0 7rem;
    color: #103675;
}

.new-products .swiper-button {
    width: calc(30% - 14rem);
    position: absolute;
    bottom: 0;
    right: 0;
    color: #103675;
    padding: 0 7rem;
    background: #f5f5f5;
    z-index: 999;
}

.new-products .swiper-button img {
    width: 100%;
    padding-bottom: 5.83333rem;
}

.new-products .swiper-button p {
    font-size: 5.695rem;
    position: relative;
}

.new-products .swiper-button div {
    font-size: 3.33333333rem;
    position: relative;
}

.new-products .swiper-button-next,
.new-products .swiper-button-prev {
    color: #123456;
    right: 7rem;
    left: inherit;
    width: 3.58333rem;
    height: 3.58333rem;
    border-radius: 3.58333rem;
    border: 2px solid #123456;
    overflow: hidden;
}

.new-products .swiper-button-next:after {
    content: '>';
    left: 55%;
}

.new-products .swiper-button-prev:after {
    content: '<';
    left: 45%;
}

.new-products .swiper-button-next:after,
.new-products .swiper-button-prev:after {
    font-size: 3.33333rem;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:1030px) {
    .new-products .swiper-button-next,
    .new-products .swiper-button-prev {
        right: 6rem;
    }
    .new-products .swiper-button p {
        font-size: 4.695rem;
    }
    .new-products .swiper-button div {
        font-size: 3rem;
    }
    .new-products .swiper-button {
        width: calc(30% - 2rem);
        padding: 0 1rem;
    }
}

@media screen and (max-width:800px) {
    .panel-new::before {
        bottom: -5%;
    }
    .new-products .swiper-slide {
        display: block;
    }
    .new-products .swiper-slide .left {
        width: 100%;
    }
    .new-products .swiper-slide .right {
        padding: 0;
        display: flex;
        align-items: center;
    }
    .new-products .swiper-slide .right img {
        width: 50%;
        padding: 0;
        padding-right: 2%;
    }
    .new-products .swiper-button-next,
    .new-products .swiper-button-prev {
        right: 0%;
    }
    .new-products .swiper-button {
        width: calc(50% - 4rem);
    }
}


/* 全屋定制 */

.panel-customized {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.panel-customized .panel-title {
    padding-bottom: 2rem;
}

.panel-customized .customized-nav {
    padding-bottom: 2.5rem;
}

.panel-customized .customized-nav .swiper-wrapper {
    width: calc(52.08333% - 2rem);
    height: 5.75rem;
    padding: 0 1rem;
    margin: auto;
    justify-content: space-around;
    background: #e9e9e9;
    border-radius: 5.75rem;
}

.panel-customized .customized-nav .swiper-slide {
    width: auto !important;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
}

.panel-customized .customized-nav .swiper-slide-thumb-active {
    color: #103675;
}

.panel-customized .customized-nav .swiper-slide-thumb-active::before,
.panel-customized .customized-nav .swiper-slide-thumb:hover::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.333333rem;
    background: #103675;
}

.customized-container .swiper-wrapper {
    height: auto!important;
}

.panel-customized .customized-child .swiper-slide>img {
    width: 100%;
}

.panel-customized .customized-txt {
    width: calc(12.55208% - 2rem);
    height: calc(100% - 2rem);
    position: absolute;
    right: 18.54166%;
    top: 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.49);
    color: #fff;
    display: flex;
    align-items: center;
}

.panel-customized .customized-txt::before {
    content: '';
    position: absolute;
    top: 5%;
    left: -1.33333rem;
    width: 100%;
    height: 90%;
    border: 1px solid #fff;
}

.panel-customized .customized-txt>div {
    width: 100%;
    height: 63.14285%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}

.panel-customized .customized-txt .txt1 {
    font-size: 2rem;
    padding-bottom: 1rem;
}

.panel-customized .customized-txt .txt2 {
    font-size: 2.57rem;
}

.panel-customized .customized-txt .txt3 {
    font-size: 1.5rem;
}

.panel-customized .customized-child {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.panel-customized .swiper-button-next,
.panel-customized .swiper-button-prev {
    color: #123456;
    width: 3.58333rem;
    height: 3.58333rem;
    border-radius: 3.58333rem;
    overflow: hidden;
    background: #fff;
    top: inherit;
    bottom: 5%;
}

.panel-customized .swiper-button-next {
    right: 43%;
}

.panel-customized .swiper-button-prev {
    left: 43%;
}

.panel-customized .swiper-button-next:after {
    content: '>';
    left: 55%;
}

.panel-customized .swiper-button-prev:after {
    content: '<';
    left: 45%;
}

.panel-customized .swiper-button-next:after,
.panel-customized .swiper-button-prev:after {
    font-size: 3.33333rem;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:1030px) {
    .panel-customized .customized-txt>div {
        height: 90%;
    }
    .panel-customized .customized-txt .txt1 {
        font-size: 1.5rem;
    }
    .panel-customized .customized-txt .txt2 {
        font-size: 2.07rem;
    }
    .panel-customized .customized-txt .txt3 {
        font-size: 1rem;
    }
}


/* 定制攻略 */

.panel-strategy {
    width: 95.72916%;
    overflow: hidden;
    position: relative;
    margin: auto;
    padding: 4rem 0;
}

.panel-strategy .swiper-slide-next {
    margin-top: -4rem;
}

.panel-strategy .swiper-slide {
    overflow: hidden;
}

.panel-strategy .swiper-slide>img {
    width: 96%;
    margin: auto;
}

.panel-strategy .swiper-slide>div {
    width: calc(96% - 6rem);
    position: absolute;
    bottom: 0;
    left: 2%;
    background: rgba(0, 0, 0, 0.72);
    padding: 1.16666rem 3rem;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: -4.99999rem;
    transition: transform 500ms ease;
}

.panel-strategy .swiper-slide:hover>div {
    transform: translateY(-4.99999rem);
}

.panel-strategy .swiper-slide>div img {
    width: auto;
    height: 1.16666rem;
    display: block;
    padding-top: 3.83333rem;
    animation: arrow 1s ease infinite;
}

@-webkit-keyframes arrow {
    0%,
    100% {
        -webkit-transform: translateX(0.5rem);
    }
    50% {
        -webkit-transform: translateX(-0.5rem);
    }
}

.panel-strategy .swiper-button-next,
.panel-strategy .swiper-button-prev {
    color: #123456;
    width: 3.58333rem;
    height: 3.58333rem;
    border-radius: 3.58333rem;
    border: 2px solid #123456;
    overflow: hidden;
    background: #fff;
    top: inherit;
    bottom: 1rem;
}

.panel-strategy .swiper-button-next {
    right: 43%;
}

.panel-strategy .swiper-button-prev {
    left: 43%;
}

.panel-strategy .swiper-button-next:after {
    content: '>';
    left: 55%;
}

.panel-strategy .swiper-button-prev:after {
    content: '<';
    left: 45%;
}

.panel-strategy .swiper-button-next:after,
.panel-strategy .swiper-button-prev:after {
    font-size: 3.33333rem;
    position: absolute;
    top: 46%;
    transform: translate(-50%, -50%);
}


/* 品牌实力 */

.panel-brand {
    width: 77.29166%;
    margin: auto;
    align-items: flex-start!important;
    padding: 5rem 0;
}

.panel-brand .panel-title {
    padding: 0;
    text-align: left;
    padding-bottom: 3rem;
}

.panel-brand .left {
    width: 37.89218%;
    padding-right: 2%;
    padding-bottom: 3rem;
}

.panel-brand .right {
    width: 60.10781%;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width:1030px) {
    .panel-brand {
        display: block!important;
    }
    .panel-brand .left,
    .panel-brand .right {
        width: 100%;
    }
}

.panel-brand video {
    width: 100%;
    z-index: 0;
}

.panel-brand .content {
    line-height: 2.5rem;
    text-indent: 2em;
    font-size: 1.5rem;
}

.panel-brand button {
    --width: 12.5rem;
    --height: 3.58333rem;
    --btn-bg: #103675;
    --bg: #2463a0;
    border: 0;
    position: relative;
    min-width: var(--width);
    min-height: var(--height);
    border-radius: var(--height);
    color: #fff;
    font-family: "Montserrat";
    font-weight: bold;
    /* background: rgba(0, 0, 0, 0.3); */
    background: var(--bg);
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.83333rem;
}

.panel-brand button .text,
.panel-brand button .icon-container {
    position: relative;
    z-index: 2;
}

.panel-brand button .icon-container {
    --icon-size: 2.08333rem;
    position: relative;
    width: var(--icon-size);
    height: var(--icon-size);
    margin-left: 1.25rem;
    transition: transform 500ms ease;
}

.panel-brand button .icon-container .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    transition: transform 500ms ease, opacity 250ms ease;
}

.panel-brand button .icon-container .icon--left {
    transform: translateX(-200%);
    opacity: 0;
}

.panel-brand button .icon-container .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.panel-brand button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-bg);
    border-radius: var(--height);
    z-index: 1;
    transition: transform 500ms ease;
}

.panel-brand button:hover::after {
    transform: translateX(70%);
}

.panel-brand button:hover .icon-container {
    transform: translateX(80%);
}

.panel-brand button:hover .icon-container .icon--left {
    transform: translateX(0);
    opacity: 1;
}

.panel-brand button:hover .icon-container .icon--right {
    transform: translateX(200%);
    opacity: 0;
}

.panel-brand .support {
    position: absolute;
    right: 0.83333rem;
    bottom: 0.83333rem;
    padding: 0.83333rem;
    display: flex;
}

.panel-brand .support a {
    margin: 0 0.83333rem;
    color: #fff;
    font-size: 1.8rem;
    backface-visibility: hidden;
    transition: all 150ms ease;
}

.panel-brand .support a:hover {
    transform: scale(1.1);
}

.panel-brand .video-preview,
.panel-brand .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.panel-brand .video-preview {
    width: 101%;
    max-width: 101%;
}

.panel-brand .video-btn {
    width: 5.83333rem;
}


/* 友情链接 */

.panel-links {
    padding: 1.5rem 0;
    background: #d1d1d1;
    text-align: center;
}

.panel-links .max-content {
    max-width: 77.29166%;
}

.panel-links .title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}

.panel-links .txt {
    margin: 0 -0.5rem;
}

.panel-links .txt span {
    padding: 0 0.5rem;
}

.panel-links .txt span:hover {
    color: #666;
}


/* 版权 */

.panel-copyright {
    text-align: center;
    color: #fff;
    background: #494949;
    padding: 2.5rem 1rem;
    line-height: 2.083333333333333rem;
    color: #e2e2e2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 2rem);
}

.panel-copyright .title {
    color: #fff;
    font-weight: bold;
    font-size: 1.166666666666667rem;
}

.panel-copyright p * {
    display: inline-block;
}


/* 品牌实力 */

.panel-guide {
    font-size: 1.25rem;
    padding: 1rem 0;
    position: relative;
    margin-bottom: 1.25rem;
}

.panel-guide span,
.panel-guide a {
    padding: 0 0.5rem;
    display: inline-block;
}

.introduction-banner {
    width: 100%;
}

.introduction .part-1 {
    padding-bottom: 2rem;
    display: flex;
    align-items: stretch
}

.introduction .part-1::before {
    content: '';
    width: 41.652892%;
    height: 77.827050%;
    border: 2px solid #bfbfbf;
    position: absolute;
    bottom: 0;
    left: -2rem;
    z-index: -1;
}

.introduction .part-1>img {
    z-index: 1;
    width: 100%;
}

.introduction .part-1 .info {
    width: calc(45.37190% - 13rem);
    background: #fff;
    padding: 2.5rem 4.5rem;
    font-size: 1.333333rem;
    /* transform: translate(0, -50%); */
}

.introduction .part-1 .info div {
    text-indent: 2em;
}

.advantage {
    width: 58.677685%;
    background: url(/img/advantage-bg.jpg) no-repeat bottom center;
    background-size: cover;
    padding-bottom: 3rem;
}

.advantage>img {
    height: 8.5rem;
    margin: auto;
    display: block;
    padding-top: 4rem;
}

.panel-advantage {
    background: none;
    height: 400px;
    margin: 1rem -2rem 0;
}

.introduction .part-1 .title-1,
.part-title .title-1 {
    text-align: center;
    font-size: 3rem;
    position: relative;
}

.introduction .part-1 .title-1 span,
.part-title .title-1 span {
    border-bottom: 1px solid #a6a6a6;
    position: relative;
    padding-bottom: 1.166666rem;
    display: inline-block;
}

.introduction .part-1 .title-1 span::before,
.part-title .title-1 span::before {
    content: '';
    width: 4.16666rem;
    height: 0.35rem;
    background: #a6a6a6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.introduction .part-1 .title-2,
.part-title .title-2 {
    text-align: center;
    font-size: 1.66666rem;
    color: #666;
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

.part-title-white .title {
    background: url(../img/img-introduction2.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding-top: 2rem;
    margin-top: 4rem;
}

.part-title-white .title-2 {
    color: #fff;
}

.part-title-white .title-1 span {
    border-color: #FFF;
}

.part-title-white .title-1 span::before {
    background-color: #FFF;
}

.part-2 {
    /* width: 42.8125%; */
    width: 65%;
    padding: 3.66666rem 0;
}

.part-2 li {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    padding: 1rem 0;
    /* padding: 1.5rem 0; */
}

.part-2 li span {
    min-width: 10rem;
    line-height: 3.166666rem;
    font-size: 1.85583rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    background: linear-gradient(-90deg, #123354, #174571, #123354);
    text-align: center;
    padding-left: 1.583333rem;
}

.part-2 li span::before,
.part-2 li span::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 1.583333rem 0 1.583333rem 0.7916666rem;
    border-style: solid;
    border-color: transparent transparent transparent #f7f7f7;
}

.part-2 li span::before {
    left: inherit;
    right: -0.7916666rem;
    border-color: transparent transparent transparent #123354;
}

.part-2 li b {
    font-size: 2.25583rem;
    padding-left: 3.666666rem;
    padding-right: 2.83333rem;
    white-space: nowrap;
}

.part-3 {
    background: url(../img/img-introduction4.jpg) no-repeat center;
    background-size: cover;
}

.part-3 .part-title .title {
    background: transparent;
}

.part-3>img {
    width: 30.416666%;
    display: block;
    margin: auto;
}

.part-3>p {
    text-align: center;
    font-size: 1.66666rem;
    padding: 2.5rem;
    color: #fff;
}

.part-4 {
    padding-top: 2rem;
}

.part-4>img {
    width: 47.29166%;
    margin: auto;
    display: block;
}

.part-4>p {
    width: 47.29166%;
    margin: auto;
    padding: 3rem 0;
    font-size: 1.666666rem;
    color: #434343;
}

.part-5 {
    padding-bottom: 3rem;
    background: url(../img/img-introduction6.jpg) no-repeat center;
    background-size: cover;
}

.part-5>img {
    width: 47.29166%;
}

.part-7>img {
    width: 100%;
}

@media screen and (max-width:1030px) {
    .part-2 {
        width: 80%;
    }
    .part-3>img {
        width: 80%;
    }
    .part-2 li span::before {
        right: -0.7rem;
    }
}


/* 列表 */

.panel-list {
    /* width: 77.52066%; */
    width: 100%;
    max-width: 100.83333rem;
    margin: auto;
    padding-top: 1.25rem;
}

.panel-screen {
    background: #eee;
}

.panel-screen ul {
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}

.panel-screen span {
    line-height: 2.5rem;
    padding: 0.333333rem 0.66666rem;
    margin: 0 1rem;
    color: #666;
    font-size: 1.33333rem;
    cursor: pointer;
    border: 2px solid transparent;
    display: inline-block;
}

.panel-screen li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.panel-screen .title {
    min-width: 20rem;
    text-align: center;
    font-size: 2rem;
    padding: 1.66666rem 0;
    color: #103675;
    margin-left: 0;
    background: #e4e4e4;
    align-self: stretch;
    justify-content: center;
}

.panel-screen li span:hover,
.panel-screen .active {
    border: 2px solid #ddd;
    border-radius: 0.5rem;
}

.panel-screen .active,
.panel-screen .active:hover {
    color: #103675;
    border-color: #103675;
}

.list {
    padding-top: 3.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -1%;
}

.list li {
    width: 23%;
    margin: 1rem 1%;
    position: relative;
}

.list li .top {
    position: relative;
    cursor: pointer;
}

.list .new::before,
.list .new2::before {
    content: '';
    position: absolute;
    width: 26%;
    height: 32%;
    z-index: 999;
    background: url(../img/icon-new2.png?20210520) no-repeat top left;
    background-size: 100% auto;
    top: 0;
    left: 0;
}

.list .new2::before {
    background: url(../img/icon-new.png) no-repeat top left;
    background-size: 100% auto;
    top: -2.5%;
    left: -2.5%;
}

.list li .top img {
    width: 100%;
}

.list li>a,
.strategy-content ul>a {
    position: relative;
    display: block;
}

.list li>a:before,
.list li>a:after,
.strategy-content ul>a::before,
.strategy-content ul>a::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #103675;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9), -4px -4px 5px 0px rgba(255, 255, 255, .9), 7px 7px 20px 0px rgba(0, 0, 0, .2), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
    z-index: 999;
}

.list li>a:before,
.list .top:before,
.strategy-content ul>a::before,
.strategy-content li::before {
    height: 0;
    width: 2px;
}

.list li>a:after,
.list .top:after,
.strategy-content ul>a::after,
.strategy-content li::after {
    width: 0;
    height: 2px;
}

.list .top:before,
.list .top:after,
.strategy-content li::before,
.strategy-content li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #103675;
    box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, .9), -4px -4px 5px 0px rgba(255, 255, 255, .9), 7px 7px 20px 0px rgba(0, 0, 0, .2), 4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
    z-index: 999;
}

.list li:hover>a:before,
.list li:hover .top:before,
.strategy-content ul>a:hover li::before,
.strategy-content ul>a:hover::before {
    height: 50%;
}

.list li:hover>a:after,
.list li:hover .top:after,
.strategy-content ul>a:hover li::after,
.strategy-content ul>a:hover::after {
    width: 40%;
}

.list li .top p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 2rem);
    padding: 1rem;
    background: rgba(0, 0, 0, 0.59);
    font-size: 1.25rem;
    color: #fff;
}

.list li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
}

.list li>p span {
    width: 48%;
    border: 1px solid;
    text-align: center;
    font-size: 1.333333rem;
    padding: 0.58333rem 0;
    cursor: pointer;
}

.list li>p span:last-child:hover {
    background: #103675;
    color: #fff;
}

.panel-page {
    justify-content: center;
    padding: 5rem;
}

.panel-page em,
.panel-page span {
    display: inline-block;
    min-width: 3rem;
    min-height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1.25rem;
    color: #666;
    background: #f3f3f3;
    margin: 0 0.375rem;
    cursor: pointer;
    border: 1px solid #f3f3f3;
}

.panel-page em:hover {
    background: #ccc;
    border: 1px solid #ccc;
}

.panel-page span:hover {
    border: 1px solid #103675;
}

.panel-page .active {
    background: #103675;
    border: 1px solid #103675;
    color: #fff;
}

.popup-customized {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: saturate(150%) contrast(50%) blur(3px);
    -webkit-backdrop-filter: saturate(150%) contrast(50%) blur(3px);
    background-color: rgba(0, 0, 0, .3);
    z-index: 999;
    display: none;
}

.popup-customized .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 51.5rem;
    min-width: 35rem;
    background: url(../img/form.png?202207) top center no-repeat;
    background-size: 100% auto;
    padding-top: 10rem;
    text-align: center;
}

.popup-customized #formleft {
    width: 35rem;
    margin: 0;
}

.popup-customized #alerttitle3 {
    color: #602b08;
    font-size: 2rem;
    font-weight: 800;
}

.popup-customized .bgtitle {
    padding: 1.66666rem 0 0.83333rem 0;
}

.popup-customized .close {
    position: absolute;
    top: 5.41666rem;
    right: 1.25rem;
    cursor: pointer;
    width: 2.91666rem;
    height: 2.91666rem;
    cursor: pointer;
    transition: all .8s;
    background: url(../img/form-close.png) center no-repeat;
    background-size: 130% auto;
}

.popup-customized .formtxt {
    color: #602b08;
    font-size: 1.33333rem;
}

.popup-customized .form-input-has {
    width: calc(70% - 4.08333rem);
    margin: 2rem auto 0;
}

.popup-customized .formbtn {
    width: 60%;
    display: block;
    margin: 7rem auto 2rem;
    cursor: pointer;
    animation: scale 1s ease infinite;
}

@media screen and (max-width:1030px) {
    .list {
        margin: 0 -0.66666%;
    }
    .list li {
        width: 32%;
        margin: 1rem 0.66666%;
    }
}


/* 详情页 */

.details-carousel {
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    z-index: 0;
}

.details-carousel .swiper-container {
    width: 100%;
}

.details-carousel .swiper-slide {
    background-size: cover;
    background-position: center;
}

.details-carousel .swiper-slide img {
    /* .details-carousel .swiper-slide video { */
    width: 100%;
}

.details-carousel .swiper-slide video {
    /* object-fit: fill */
    display: none;
    margin: auto;
}

.details-carousel .swiper-slide .video {
    background-color: #f1f1f1;
}

.details-carousel .gallery-top {
    height: 100%;
    width: calc(100% - 15% - 5px);
    margin: 0;
}

.details-carousel .gallery-thumbs {
    width: 15%;
    box-sizing: border-box;
    padding: 2rem 0;
    padding-left: 1rem;
    z-index: 0;
    margin: 0;
}

.details-carousel .gallery-thumbs .swiper-slide {
    width: auto;
    opacity: 0.5;
    height: auto!important;
    cursor: pointer;
    z-index: 0;
}

.details-carousel .gallery-thumbs .preview-video {
    position: relative;
}

.details-carousel .gallery-thumbs .preview-video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/video-btn.png);
    background-color: rgba(0, 0, 0, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30% auto;
}

.details-carousel .gallery-thumbs .swiper-slide-thumb-active {
    border: 3px solid #103675;
    position: relative;
    border-radius: 5px;
    opacity: 1;
}

.details-carousel .gallery-thumbs .swiper-slide-thumb-active::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 0 3px 0 0;
    border-color: #103675 #103675 transparent transparent;
    border-style: solid;
    border-width: 6px;
    -webkit-transform: rotate( 225deg);
    -ms-transform: rotate(225deg);
    transform: rotate( 225deg);
    left: -8px;
    background: -o-linear- n(45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 49%, #103675 50%, #103675 100%) no-repeat border-box;
    background: linear-gradient( 45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 49%, #103675 50%, #103675) no-repeat border-box;
    content: "";
}

.details-carousel .swiper-button-next,
.details-carousel .swiper-button-prev {
    width: calc(100% - 1rem);
    height: 2rem;
    top: 0;
    right: 0;
    left: inherit;
    background: #bfbfbf;
    margin: 0;
    color: #103675;
    z-index: 9999;
}

.details-carousel .swiper-button-next {
    top: inherit;
    bottom: 0;
}

.details-carousel .swiper-button-next:after,
.details-carousel .swiper-button-prev:after {
    transform: rotate( 90deg);
    font-size: 2rem;
    position: absolute;
}

.details-carousel .swiper-button-next:after {
    content: '》';
    bottom: -25%;
}

.details-carousel .swiper-button-prev:after {
    content: '《';
    transform: rotate(90deg);
    top: -25%;
}

.details-form {
    padding-top: 2%;
}

.details-form input {
    width: calc(32% - 4.08333rem);
}

.details-form .submit-btn {
    width: 26%;
}

.details-content {
    padding: 4rem 0;
    display: flex;
}

.details-content .left {
    width: 26.52892%;
    margin-right: 1rem;
    background: #eee;
    padding: 2rem;
}

.details-content .left .list li {
    width: 100%;
    margin: 0 0 2rem;
}

.details-content .left .panel-title {
    font-size: 2.5rem;
    padding-bottom: 1.333333rem;
}

.details-content .left .panel-title span {
    font-size: 1.94rem;
}

.details-content .right {
    width: calc(100% - 26.52892% - 1rem);
    padding: 2rem;
    background: #eee;
}

.details-content .panel-card {
    padding: 1.75rem 2rem;
    background: #dbdbdb;
    font-size: 1.25rem;
}

.details-content .panel-card img {
    width: 13rem;
    padding-right: 2rem;
}

.details-content .panel-card>div {
    width: calc(100% - 26rem);
    padding-right: 1rem;
}

.details-content .panel-card>div p {
    font-weight: bold;
}

.details-content .panel-card .submit-btn {
    min-width: 10rem;
    width: auto;
    padding: 0 1rem;
}


/* 定制攻略 */

.strategy-content {
    min-height: 30rem;
    margin-top: 2px;
}

.strategy-content ul {
    padding: 1rem 0;
}

.strategy-content .panel-page {
    margin: 0 -1px;
    background: #fff;
}

.strategy-content li {
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    background: #fff;
}

.strategy-content li>img {
    width: 16.66666rem;
    padding-right: 1.5rem;
}

.strategy-content .title {
    font-size: 1.333333rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    color: #666;
}

.strategy-content .txt {
    font-size: 1.25rem;
    color: #999;
}

@media screen and (max-width:1024px) {
    .strategy-nav li::after {
        bottom: 0;
    }
}


/* 定制攻略-详情 */

.strategy-details {
    width: 80%;
    padding-bottom: 5rem;
    font-size: 1.25rem;
    margin: auto;
}

.strategy-details .title {
    font-size: 1.66666rem;
    text-align: center;
    padding-bottom: 1rem;
    font-weight: bold;
}

.strategy-details .title-sub {
    font-size: 0.83333rem;
    padding-bottom: 2.5rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strategy-details .title-sub img {
    height: 1.25rem;
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 1rem;
}

.strategy-details .content p {
    margin: 32px 0 0 0;
    line-height: 25px;
    color: #000;
    text-indent: 2em;
}

.strategy-details .content img {
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}


/* .strategy-details .content p img {
    margin-left: -2em;
} */

.panel-VR {
    width: 100%;
    height: 70vh;
    padding-top: 1rem;
}

.panel-article * {
    background: #eee!important;
}


/*右侧客服*/

#KF {
    width: 184px;
    height: 500px;
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 999;
}

#KF .KFclose {
    width: 100%;
    height: 20px;
    overflow: hidden;
    text-align: right;
    cursor: pointer;
    position: absolute;
    top: 138px;
    z-index: 1;
}

#KF .KFclose img {
    display: inline-block;
}

#KF .KFmain {
    position: relative;
    width: 184px;
}

#KF .KFhref {
    position: absolute;
    width: 100%;
    top: 172px;
    height: 33px
}